home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Plug-In Power Pack for Netscape Communicator
/
Plug-In Power Pack for Netscape Communicator.iso
/
plugins
/
dataviews
/
dvtools
/
demos
/
mfgdemo
/
mfg_dyn.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-08
|
904b
|
36 lines
#ifndef lint
static char SccsId[]= "@(#)mfg_dyn.c V1.7 3/15/95";
#endif
/*------------------------------------------------------------------
| file name -- dynamics.c
|-----------------------------------------------------------------*/
#include "std.h"
#include "dvstd.h"
#include "dvtools.h"
#include "VOstd.h"
#include "Tfundecl.h"
#include "mfg_vars.h"
#include "mfg_fundecl.h"
/*-----------------------------------------------------------------
|
| HandleDynamics
| Performs the functions needed to update the display to
| reflect the latest data.
*/
void HandleDynamics
V_P_ ((void))
{
/* Update the model buffers */
UpdateModel ();
/* Update the dynamic objects in the MAIN WINDOW */
(VOID) TdpDrawNext (ActiveDrawport);
if (ActiveDrawport == DrawportId[PAINT_SHOP_VIEW] && PidDrawport)
(VOID) TdpDrawNext (PidDrawport);
}